home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / docs / help / adosguide.lha / ADOSguide / ADOS commands / Assign < prev    next >
Encoding:
Text File  |  1999-05-09  |  1.3 KB  |  42 lines

  1.                           --AMIGADOS GUIDE V2.6--
  2.                                   ASSIGN
  3.  
  4.  
  5.    USE:
  6.    Assign's primary use is to Assign logical directories to the system and
  7.    under AmigaDOS any directory or path can be made equivalent to a logical
  8.    device.
  9.  
  10.    So for instance if you had a directory called Pictures located in HD1:
  11.    Software/PPaint/Pictures it would take you quite a while to find it.
  12.    But with the Assign command you can cut out the middle men and open the
  13.    Pictures drawer straight away.
  14.  
  15.    PATH:
  16.    C:
  17.  
  18.    SYSTEM:
  19.    2.0 (enhanced), 2.1, 3.0
  20.  
  21.    EXAMPLES:
  22.    1>ASSIGN (default)
  23.    1>ASSIGN GAMES: HD1:Entertainment/Games
  24.    1>ASSIGN FONTS: SYS:fonts RAM:Morefonts DF0:Fonts2
  25.  
  26.    NOTES:
  27.    The Assign command can be divided into three separate areas: Volumes,
  28.    Directories, Devices.
  29.    -Volumes are the names of mounted disks which have been labelled or
  30.     inserted into the machine.
  31.  
  32.    -Directories are basically there to divide all of the different files up
  33.     and place them together according to the nature of that file.
  34.     (e.g a pictures directory would amazingly contain picture files)
  35.  
  36.    -Devices defines the different storage systems or read only devices
  37.     connected to your system
  38.  
  39.    Assign takes multiple arguments so it is possible to assign more than
  40.    one directory or path to the same logical name. (see example 3 above)
  41.  
  42.